/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{overflow-x: hidden!important;}
/*** Main Components ***/
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/anantyamedia.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
 }
.loader-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #50b9ce;
	z-index: 999999;
}
.loader, .loader:before, .loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader {
	text-indent: -9999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	font-size: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:after {left: 1.5em;}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}
@-moz-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0 #ffffff;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em #ffffff;
		height: 5em;
	}
}
/* --- Landing Page --- */
.noPadding{padding-left: 0px; padding-right: 0px;}
.fl-right{float: right;}
.fl-left{float: left;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}
#landingLogo{
	background: url(../img/landing.webp);
	background-size: 100% 100%;
	padding: 40px 30px;
	position: absolute;
	top: 20px;
	z-index: 9999!important;
	border-radius: 20% 20% 20% 20%;
}	
#weddingEvent{
	background: url(../img/landing-wedding-event.webp);
	background-size: 100% 100%;
	height: 100vh;
	/*border: 1px solid #fff;
	border-right: none;*/
}
#corporateEvent{
	background: url(../img/landing-corporate-event.webp);
	background-size: 100% 100%;
	height: 100vh;
	/*border: 1px solid #fff;
	border-left: none;*/
}
#weddingEvent .mask1, #corporateEvent .mask2{
	position: absolute;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 2px 20px;
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#weddingEvent:hover .mask1{
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: hidden!important;
}
#corporateEvent:hover .mask2{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	overflow: hidden!important;
}
.box{
	background: #fff;
	color: #445566;
	width: 310px;
	min-height: 80px;
	text-align: center;
	padding: 0px 5px;
}
.box h1{
	font-family: 'Alex Brush', cursive;
	font-size: 48px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.box .click{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.click a{color: #676869}
.weddingBox{
	position: absolute;
	right: 0px;
	bottom: 30%;
	border: 3px solid #FFBD1B;
	z-index: 99999;
}
.corporateBox{
	position: absolute;
	left: 0px;
	bottom: 22%;
	border: 3px solid #FFBD1B;
	z-index: 99999;
}
#frontPageFooter{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	width: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	z-index: 99999;
}
#frontPageFooter p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13.5px;
	color: #fff;
}
#footer-menu ul{margin-top: 10px;}
#footer-menu li{display: inline-block; color: #fff;}
#footer-menu li a{
	color: #fff;
	font-size: 13px;
}
#footer-menu li a:hover{text-decoration: none;}

@media all and (max-width: 767px){
	#frontPageFooter{text-align: center!important;}
	#frontPageFooter p, #frontPageFooter ul{
		margin-top: 5px!important;
		margin-bottom: 5px!important;
	}
	#weddingEvent{height: 50vh;}
	#corporateEvent{height: 50vh;}
	#weddingEvent .mask1, #corporateEvent .mask2{height: 50vh;}
	.box{width: 280px;}
	.box h1{font-size: 40px;}
	.box .click{font-size: 13px;}
	.weddingBox{
		right: 50%;
		margin-right: -140px;
	}
	.corporateBox{
		left: 50%;
		margin-left: -140px;
	}
}
@media all and (min-width: 768px){
	.weddingBox:after{
		content: '';
		position: absolute;
		border: 2px solid #fff;
		right: -3px;
		bottom: 0%;
		height: 50px;
		z-index: 999999;
	}
	.corporateBox:after{
		content: '';
		position: absolute;
		border: 2px solid #fff;
		left: -3px;
		bottom: 52%;
		height: 50px;
		z-index: 999999;
	}
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
